home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / zdcs201.zip / PCBTEST2.BAT < prev    next >
DOS Batch File  |  1993-02-02  |  266b  |  11 lines

  1. @echo off
  2. IF %2==UPLOAD pcbdesc %1 %3
  3. if exist pcbfail.txt del pcbfail.txt
  4. if exist pcbpass.txt del pcbpass.txt
  5. if exist ZDCS-DEL.LST del ZDCS-DEL.LST
  6.  
  7. Q:\PCB\ZIPLAB\ZLAB.EXE %1 Q:\PCB Q:\PCB\ZIPLAB %2
  8. if exist ZDCS-DEL.LST Pkzip -d %1 @ZDCS-DEL.LST
  9.  
  10. :END
  11.